Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Python
1) 2D Graphics
2) Application
3) Buildin Function
4) Class
5) Data Structure
6) Data Type
7) Database
8) Development
9) Dictionary
10) Event
11) Exception
12) File
13) Function
14) GUI Pmw
15) GUI Tk
16) Language Basics
17) List
18) Math
19) Network
20) String
21) System
22) Thread
23) Tuple
24) Utility
25) XML
List
1) A function that returns a list of the numbers of the Fibonacci series
2) A list of lists
3) Adding Elements to Lists
4) Append element to a list
5) Append multiple items to a list
6) Assign list to a list item
7) Assignment to slices
8) Built-in function len()
9) Change individual elements of a list
10) Check a user name and PIN code
11) Class inside a List
12) Concatenation ( + )
13) Concatinate two lists
14) Define a function to construct list
15) Define function to intersect Strings and lists
16) Delete an element from a list
17) Deleting List Elements
18) Demonstrates nested sequences
19) Empety list multiply
20) Find Prime numbers using list
21) For loop demo
22) For loop for List
23) For Statements
24) Function to intersect two lists
25) Get length of a list
26) Getting a List Subset
27) Create and Assign Lists
28) Update Lists
29) Int, string, function, and list as list element
30) Introducing List Filtering
31) Lambda function as a list number
32) List
33) List append(x)
34) List comprehensions
35) List Comprehensions in buildConnectionString, Step by Step
36) List concatenation
37) List concatenation Demo
38) List count(x)
39) List Delete
40) List equivalent, same object
41) List for iteration
42) List index(x)
43) List indices start at 0, and lists can be sliced, concatenated
44) List insert(i, x)
45) List items need not all have the same type
46) List membership demo
47) List offset
48) List pop([i])
49) List repetition
50) List reverse()
51) List slice assignment
52) List slicing
53) List Slicing Shorthand
54) List sort() Demo
55) List value assignment and index reference
56) Lists can be written as a list of comma-separated values (items) between square brackets
57) Loop through a list
58) Negative List Indices
59) Nest lists (create lists containing other lists)
60) Nested list
61) Reference index in a list in Python
62) Same Object or identical content
63) Searching a list for an integer
64) Searching Lists
65) Slicing works similar to strings; use the square bracket slice operator ([ ] ) along with the index or indices
66) Sort and reverse elements in list
67) Sort elements in a list
68) Sorting a list
69) Test for List membership with in
70) To iterate over the indices of a sequence, combine range() and len()
71) Use in to check Membership
72) Using List Operators
73) Using Lists as Stacks
74) Variables in a list